home *** CD-ROM | disk | FTP | other *** search
-
- /* newmodule.c */
- static object *new_instance ( object *unused , object *args );
- static object *new_instancemethod ( object *unused , object *args );
- static object *new_code ( object *unused , object *args );
- static object *new_module ( object *unused , object *args );
- static object *new_class ( object *unused , object *args );
-